home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / graphic / okf220.zip / OKSYS.ZIP / OKSYS.DOC < prev   
Text File  |  1988-12-01  |  2KB  |  38 lines

  1. Using Optiks SYS files.
  2.  
  3. OPTIKS can create a device driver which displays a graphic screen
  4. and keeps it up during the DOS boot. The device driver will intercept
  5. all video i/o until a program named FBLOT.COM is run.
  6.  
  7. OPTIKS makes conversions from one format to another by reading in
  8. graphic files into its workspace and then saving them as other formats.
  9. To create a SYS file, load in a graphic and save it using the
  10. SYS selection. When OPTIKS asks for a range, only indicate a screen's
  11. worth of graphics. The sys file will only display one screen.
  12.  
  13. A device driver created by optiks should be tested off of a floppy
  14. diskette first. Format a floppy with the /S option and copy the
  15. device driver to the floppy. Also copy the fblot.com program to the
  16. floppy.
  17.  
  18. Create a config.sys file and have the statememt:
  19.     DEVICE=XXX.SYS
  20. where xxx.sys is the name of the sys file created by optiks.
  21.  
  22. Create an autoexec.bat file that has the command FBLOT in it.
  23. You may want to have the PAUSE command execute before fblot so that
  24. you can wait to look at the graphic.
  25.  
  26. Boot off of the floppy. If the graphic does not appear or the
  27. machine hangs up, then there is something wrong. DO NOT TEST A
  28. SYS FILE ON A HARD DISK. If there is a problem then you will have
  29. to boot off of a floppy to fix the problem.
  30.  
  31. I have tested the sys files created by OPTIKS. As long as they are
  32. under 64K they seem to work fine on all of the machines I have.
  33. ANSI.SYS does not conflict with the sys files, but other types of
  34. enhanced ansi type programs may have conflicts. Put the OPTIKS
  35. sys files in the config.sys as early as possible.
  36.  
  37.             Keith Graham
  38.